バージョン

ComplexVector コンストラクタ(VectorType,Complex[])

指定された要素の xComplexVector を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal type As VectorType, _
   ByVal ParamArray x() As Complex _
)
public ComplexVector( 
   VectorType type,
   params Complex[] x
)

パラメータ

type
ComplexVector の向きを指定する列挙型。
x
要素の Complex 配列。
参照